
/* ****************************** Formulario ****************************** */
@import url('https://fonts.googleapis.com/css?family=Poppins');
@import url('https://fonts.googleapis.com/css?family=Josefin+Sans&display=swap');
@font-face
{
  font-family: 'insanitiburguer';
  font-style: normal;
  font-weight: normal;
  src:local('Insanibu'), url('../fonts/Insanibu.ttf') format('truetype'),
      url('../fonts/Insanibu.woff') format('woff');
}
@font-face
{
  font-family: 'futura';
  font-style: normal;
  font-weight: normal;
  src:local('Futura'), url('../fonts/Futura-Medium.ttf') format('truetype'),
      url('../fonts/Futura-Medium.woff') format('woff');
}
@font-face
{
  font-family: 'courier';
  font-style: normal;
  font-weight: normal;
  src:local('Courier'), url('../fonts/Courier.ttf') format('truetype'),
      url('../fonts/Courier.woff') format('woff');
}
body {
  font-family: 'Futura', sans-serif;
  font-size: 16px;
  background-color: #fefefe;
}

.width{
  width: 20rem;
  margin:auto auto;
}
/*scrollbar*/
::-webkit-scrollbar-track
{
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  background-color: #F5F5F5;

}

::-webkit-scrollbar
{
  width: 6px;
  background-color: #F5F5F5;

}

::-webkit-scrollbar-thumb
{
  background-color: #999999;
  border-radius: 10px;
}

a:link {
  text-decoration: none;
}

a:focus, button:focus{
  outline: none;
}
.circulo {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background:#06496e;

  display: table-cell;
   text-align: center;
   font-size:20px;
   color:white;
   /*font-weight: bold;*/
   vertical-align: middle;
}
.questionsSection{
  width:calc(100vw - 281px);
  padding: 50px;
  background-color:#f7f8fc;
  height: 100vh;
  position:absolute;
  right:0;
  overflow-y: scroll;
}
.testSection{
   width:275px;
   position: absolute;
   left: 0;
   margin:0px;
   overflow-y: scroll;
}
.desktopImage{
  display: block;
}
.mobileImage{
  display: none;
}
.redButton{
  position:absolute;
  top:15px;
  right:15px;
}
.redButton>button{
  width: 15rem;
  font-size: 12px;
}
.respuesta-cont{
  width:50%;
  margin: 0px auto;
  text-align:left;
}

.h3-materia{
  color:#06496e;
  margin: 0;
  font-size: 20px;
}

.h3-pregunta{
  color: #000;
  white-space: pre-line;
  font-size: 18px;
}

.p-respuesta{
  left:45px;
  position:absolute;
  top:10px;
  z-index:99;
}

.image-test{
  width: 50%;
}


@media (min-width: 1200px) and (max-width: 1500px) {

}

@media (min-width: 992px) and (max-width: 1199px) {

}

/* tablet devices (tablet 768px 991px) */
@media (min-width: 768px) and (max-width: 991px) {

}

/* mobile devices (mobile 767px) */
@media only screen and (max-width: 767px) {
.width{
  width:100%;
}
.questionsSection{
  width:100%;
  background-color:#f7f8fc;
  position:relative;
  overflow: visible;
  height: 100%;
}

.testSection{
  width:100%;
  position: relative;
  overflow: visible;
}

.desktopImage{
  display: none;
}
.mobileImage{
  display: block;
}
.redButton{
  position: static;
  margin: auto;
}
.redButton>button{
  width: 100%;
  font-size: 12px;
}

.respuesta-cont{
  width:95%;
}

.h3-materia{
  font-size: 16px;
  display: none;
}

.h3-pregunta{
  font-size: 15px;
  margin: 0 15px;
}

.p-respuesta{
  font-size: 14px;
}

.image-test{
  width: 50%;
}

}

/* mobile devices (mobile 575px) */
@media only screen and (max-width: 575px) {

}

/* mobile devices (mobile 575px) */
@media only screen and (max-width: 371px) {

}
